PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFX509Certificate Class / getExtensionValue Method
The oid of the extension.
In This Topic
    getExtensionValue Method
    In This Topic
    Get the value of the specified extension.
    Syntax
    public byte[] getExtensionValue( 
       java.lang.String oid
    )

    Parameters

    oid
    The oid of the extension.

    Return Value

    The value of the extension.
    See Also